body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
i,
dl {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

li,
i {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
}

.cover_img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    background: #e5e5e5;
    width: 16px;
    height: 16px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #c7a77e;
}

img {
    border: 0;
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}

dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    
}

body,
td,
th {
    font-size: 14px;
    color: #333;
}

a {
    font-size: 14px;
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: Microsoft YaHei;
    font-size: 14px;
    min-width: 1200px;
    overflow-x: hidden;
}

.w1200 {
    width: 1200px;
    margin: auto;
    position: relative;
}

i {
    font-style: normal;
}

em {
    font-style: normal;
}

.noright {
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flex_nowrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.flex_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.flex_left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.flex_justify_between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flex_space_around {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.justify-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first_box,
.justify_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.first_box>*,
.justify_box>* {
    width: 0;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.first_box>*:first-child,
.justify_box>*:first-child,
.justify_box>*:last-child {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.major_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.major_left img {
    width: 371;
    height: 500px;
}

.major_right {
    padding-top: 30px;
    text-align: right;
    width: 720px;
    background: url(../images/major_icon.jpg) right 40px no-repeat;
}

.major_right h1 {
    font-weight: bold;
    font-size: 48px;
    color: #282828;
    padding-right: 75px
}

.major_right h4 {
    font-size: 16px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 75px 4px 0;
}

.major_right h6 {
    font-size: 12px;
    color: #999;
}


/*head*/

.head {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 76px;
    background: url(../images/head.jpg) center no-repeat;
}

.logo {
    float: left;
    margin-right: 5px;
}

.head_ms {
    float: left;
}

.head_ms p {
    font-size: 20px;
    padding-top: 10px;
}

.head_ms span {
    font-size: 16px;
    display: block;
    color: #aea29c;
    padding-top: 6px;
}

.head_tel {
    width: 258px;
    float: right;
    font-size: 22px;
}

.head_tel img {
    float: left;
    margin-right: 16px;
    padding-top: 8px;
}

.head_tel p {
    font-size: 22px;
    font-weight: bold;
}

.head_tel em {
    font-size: 18px;
    padding-top: 4px;
    padding-top: 10px;
    display: block;
}


/*nav*/

.nav {
    height: 70px;
    background: #444;
}

.nav .w1200 {
    width: 1260px;
}

.nav ul {}

.nav ul li {
    float: left;
    text-align: center;
    height: 70px;
}

.nav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 180px;
    height: 67px;
    line-height: 67px;
}

.nav ul li:hover a {
    background: url(../images/hover.png) center no-repeat;
}

.nav ul li.cur a {
    background: url(../images/hover.png) center no-repeat;
}


/* banner */

.focus {
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;
}

.focus ul {
    height: 690px;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 690px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    left: 47%;
    height: 20px;
    bottom: 36px;
    text-align: right;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 16px;
    height: 16px;
    line-height: 24px;
    border-radius: 50px;
    text-align: center;
    _font-size: 0;
    margin-left: 14px;
    cursor: pointer;
    background: #fff;
    transition: all 0.5s;
}

.focus .btn span.on {
    background: #b79057;
    transition: all 0.5s;
}

.focus .preNext {
    width: 98px;
    height: 74px;
    position: absolute;
    top: 280px;
    background: url(../images/banner_an_h.png) no-repeat 0 0;
    cursor: pointer;
    transition: 0.3s;
}

.focus .pre {
    left: 10%;
    display: none !important;
}

.focus .pre:hover {
    background: url(../images/banner_an.jpg) no-repeat 0 0;
    transition: 0.3s;
}

.focus .next {
    right: 10%;
    background-position: right top;
    display: none !important;
}

.focus .next:hover {
    background: url(../images/banner_an.jpg) no-repeat 0 0;
    transition: 0.3s;
    background-position: right top;
}

#banner {
    margin-top: 0px;
    overflow: hidden;
}


/*search*/

.search {
    width: 100%;
    margin: auto;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    background: #f6f6f6;
}

.search_tu {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 8px;
    overflow: hidden
}

.search_2 {
    float: left;
    width: 320px;
}

.search_2 input {
    overflow: hidden;
    width: 360px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    border: 0px solid #dddddd !important;
}

.search_k {
    width: 328px;
}

.search_wenzi {
    margin-top: 20px;
}

.search_wenzi strong {
    color: #031a44;
}

.inc:focus {
    outline: none;
    border: 1px solid #dddddd;
}

.search-form {
    margin: auto;
    position: relative;
    border: none;
    margin-top: 12px;
}

.input-keyword {
    width: 96%;
    height: 34px;
    border: none;
    padding-left: 3%;
    border: #ccc 1px solid
}

.search-btn {
    position: absolute;
    background: url(../images/search.png) center no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    top: 0px;
    right: 16px;
    outline: 0;
    vertical-align: middle;
    border: none;
}

.input-keyword {
    color: #999;
}


/* service */

.service {
    width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.service ul {}

.service ul li {
    width: 300px;
    text-align: center;
    float: left;
}

.service ul li img {
    display: block;
    margin: auto;
}

.service ul li p {
    padding-top: 20px;
    padding-bottom: 4px;
    font-size: 24px;
}

.service ul li span {
    font-size: 16px;
    color: #969696;
}


/*power*/

.power {
    margin-top: 80px;
}

.power_title {
    text-align: center;
}

.power_title em {
    font-size: 42px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.power_title p {
    display: inline-block;
    height: 46px;
    background: #c7a77e;
    margin: auto;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
    padding: 0 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: "MS Serif", "New York", serif;
}

.power_title span {
    display: block;
    width: 450px;
    font-size: 20px;
    margin: 0 auto;
    color: #b9babc;
    height: 40px;
    line-height: 40px;
    border-top: 1px #b9babc solid;
    border-bottom: 1px #b9babc solid;
    padding-top: 6px;
    padding-bottom: 6px;
}

.power_nr {
    width: 1200px;
    margin: auto;
    position: relative;
    margin-top: 50px;
}

.power_nr .fl {
    width: 238px;
    position: relative;
    z-index: 4;
}

.power_nr .fl li {
    margin-bottom: 30px;
}

.power_nr .fl li img {}

.power_nr .fl li p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 6px;
}

.power_nr .fl li span {
    font-size: 14px;
    line-height: 24px;
}

.power_nr .fr {
    width: 238px;
    position: relative;
    z-index: 4;
}

.power_nr .fr li {
    margin-bottom: 30px;
    text-align: right;
}

.power_nr .fr li img {}

.power_nr .fr li p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 6px;
}

.power_nr .fr li span {
    font-size: 14px;
    line-height: 24px;
}

.power_con {
    background: url(../images/power_con.png) center bottom no-repeat;
    width: 876px;
    height: 861px;
    margin: auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}


/* index_banner */

.index_banner {
    background-image: url(../images/index_banner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 22%;
}


/*prod*/

.prod {
    margin-top: 70px;
}

.prod_title {
    text-align: center;
}

.prod_title em {
    font-weight: bold;
    font-size: 42px;
}

.prod_title p {
    font-family: "MS Serif", "New York", serif;
    width: 238px;
    height: 46px;
    text-transform: uppercase;
    background: #c7a77e;
    margin: auto;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
}

.prod_title span {
    font-size: 20px;
    color: #b9babc;
    height: 40px;
    line-height: 40px;
    border-top: 1px #b9babc solid;
    border-bottom: 1px #b9babc solid;
    padding-top: 6px;
    padding-bottom: 6px;
}

.prod_nr {
    width: 1200px;
	margin:0 auto;
	text-align:center;
    margin-top: 60px;
}

.prod_nr li {
    width: 33.333333%;
    height: 730px;
    float: left;
    position: relative;
    text-align: center;
}

/*.prod_nr li:after {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.3s;
    z-index: 1;
}*/

.prod_nr li.prod-li:after {
    background: none;
    transition: 0.3s;
}

.prod_nr li.prod-li p {
    font-weight: bold;
}

.prod_nr li p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 340px;
    position: relative;
    z-index: 2;
}

.prod_nr li a {
    display: block;
    width: 30%;
    margin: auto;
    border: 1px #fff solid;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.prod_nr li.prod-li a {
    background: #c7a77e;
    border: 1px #c7a77e solid;
    transition: 0.3s;
}


/* case */

.case {
    width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.case_title {
    text-align: center;
    margin-bottom: 20px;
}

.case_title em {
    font-size: 42px;
    font-weight: bold;
}

.case_title p {
    width: 250px;
    height: 46px;
    background: #c7a77e;
    font-family: "MS Serif", "New York", serif;
    margin: auto;
    text-transform: uppercase;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
}

.case_title span {
    font-size: 20px;
    color: #b9babc;
    height: 40px;
    line-height: 40px;
    border-top: 1px #b9babc solid;
    border-bottom: 1px #b9babc solid;
    padding-top: 6px;
    padding-bottom: 6px;
}

.case_right {
    float: right;
}

.case_right_title {
    width: 335px;
    height: 111px;
    background: url(../images/case_fl_bj.jpg);
    color: #fff;
}

.case_right_title em {
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    padding-left: 40px;
    padding-top: 24px;
    display: block;
}

.case_right_title p {
    font-size: 24px;
    margin-top: 6px;
    padding-left: 40px;
}

.case_tab li:not(:last-child) {
    border-right: 1px solid #000;
}

.case_tab li a {
    font-size: 18px;
    color: #333333;
    display: block;
    padding: 0 15px;
}

.case_container {
    margin: 20px auto 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.case_container img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
}

.case_item {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
}

.case_item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.case_item h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.48);
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_left {
    width: 380px;
    height: 537px;
}

.case_item_2 {
    width: 540px;
    height: 356px;
}

.case_right .case_item {
    width: 266px;
    height: 174px;
}

.case_item_group .case_item {
    width: 266px;
    height: 173px;
}


/* tabbtn */

.tabbtn1 {
    float: left;
    width: 335px;
}

.tabbtn1 li {
    height: 60px;
    background: #3e3e3e;
    line-height: 60px;
    margin-bottom: 2px;
    text-align: center;
}

.tabbtn1 li a {
    color: #fff;
    font-size: 24px;
}

.tabbtn1 li.current {
    background: #c7a77e;
}

.tabbtn1 li.current a {}


/* tabcon */

.tabcon1 {
    position: relative;
    /*必要元素*/
    height: 420px;
    overflow: hidden;
}

.tabcon1 .subbox1 {
    position: absolute;
    /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon1 .sublist1 {
    height: 420px;
}


/* leftcon */

#topcon .subbox1 {
    width: 9999em;
}

#topcon .subbox1 .sublist1 {
    width: 846px;
    overflow: hidden;
}


/*sublist1*/

.sublist1 {}

.sublist1 ul {
    position: relative;
    width: 846px;
    height: 420px;
}

.sublist1 ul p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7803921568627451);
    color: #fff;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    text-indent: 30px;
    transition: 0.3s;
}

.sublist1 ul:hover p {
    height: 54px;
    line-height: 54px;
    transition: 0.3s;
}

.sublist1 ul {}

.sublist1 ul a {}

.sublist1 ul a img {
    width: 100%;
}

.case_list {
    margin-top: 20px;
}

.case_list ul {}

.case_list ul li {
    width: 385px;
    height: 289px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 22px;
}

.case_list ul li:last-child {
    margin-right: 0px !important;
}

.case_list ul li p {
    position: absolute;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    text-indent: 20px;
    background: rgba(0, 0, 0, 0.7803921568627451);
    width: 100%;
    color: #fff;
    transition: 0.3s;
}

.case_list ul li:hover p {
    height: 54px;
    line-height: 54px;
    transition: 0.3s;
}

.case_more {
    width: 162px;
    height: 50px;
    line-height: 50px;
    border: 1px #ccc solid;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    margin: auto;
    margin-top: 60px;
    transition: 0.3s;
}

.case_more:hover {
    background: #c7a77e;
    border: 1px #c7a77e solid;
    color: #fff;
    transition: 0.3s;
}


/*about*/

.about {
    background: url(../images/about.jpg) center top no-repeat;
    padding-top: 515px;
}

.about_title {
    height: 95px;
    padding-left: 400px;
    position: relative;
}

.about_title::before {
    display: block;
    content: "JH";
    font-size: 280px;
    color: #c6c6c6;
    position: absolute;
    left: 0;
    top: -80px;
}

.about_title h2 {
    font-size: 20px;
    color: #5e5e5e;
    line-height: 30px;
    text-transform: uppercase;
}

.about_title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #cead6d;
}

.about_img {
    display: block;
    width: 398px;
    height: 230px;
    position: relative;
    z-index: 10;
    margin-left: 110px;
}

.about_info {
    width: 650px;
}

.about_info p {
    font-size: 15px;
    color: #6d6c6c;
    line-height: 1.6;
}

.about_info a {
    display: block;
    margin-top: 35px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #6d6c6c;
    border: 1px solid #6d6c6c;
}

.about_info a:hover {
    background: #c7a77e;
    color: #fff;
    border-color: #c7a77e;
}


/*factory*/

.factory {
    margin-top: 90px;
}

.factory_icon {
    width: 678px;
    height: auto;
    display: block;
}

.factory_title {
    width: 516px;
    height: auto;
    display: block;
}

.factory_swiper {
    position: relative;
    margin-top: 40px;
}

.factory_swiper .imgs_box {
    width: 290px;
    margin: 0 auto;
    height: 242px;
    background: #ddd;
}

.factory_swiper .imgs_box img {
    max-width: 290px;
    margin: 0 auto;
    max-height: 242px;
}

.factory_swiper h4 {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.factory_prev:hover {
    background: url(../images/about_active_left.png) no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.factory_prev {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    left: -40px;
    top: 90px;
    display: block;
    width: 30px;
    height: 31px;
    background: url(../images/about_left.png) no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.factory_next:hover {
    background: url(../images/about_active_right.png) no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.factory_next {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    right: -40px;
    top: 90px;
    display: block;
    width: 30px;
    height: 31px;
    background: url(../images/about_right.png) no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}


/**/

.news {
    margin-top: 80px;
    background: #eee;
    padding-bottom: 60px;
    padding-top: 70px;
}

.news_title {
    text-align: center;
}

.news_title em {
    font-size: 42px;
    font-weight: bold;
}

.news_title p {
    width: 238px;
    height: 46px;
    text-transform: uppercase;
    font-family: "MS Serif", "New York", serif;
    background: #c7a77e;
    margin: auto;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 16px;
}

.news_title span {
    font-size: 20px;
    color: #b9babc;
    height: 40px;
    line-height: 40px;
    border-top: 1px #b9babc solid;
    border-bottom: 1px #b9babc solid;
    padding-top: 6px;
    padding-bottom: 6px;
}

.news_box {
    width: 370px;
}

.news_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.news_tab {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin: 15px 0;
    font-size: 22px;
    display: block;
    color: #333333;
}

.industry_news .imgs_box {
    width: 370px;
    height: 259px;
}

.industry_news:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.imgs_box {
    overflow: hidden;
    position: relative;
}

.industry_news:hover h3 {
    color: #c7a77e;
}

.industry_news .imgs_box img {
    max-width: 370px;
    max-height: 259px;
    transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    -o-transition: transform 0.5s linear;
}

.industry_info {
    padding: 10px 15px;
}

.industry_info h3 {
    font-size: 17px;
}

.industry_info h6 {
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
}

.company_news_list li {
    padding: 20px 0;
    position: relative;
    padding-right: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.company_news_list li::after {
    display: none;
    content: "+";
    color: #c7a77e;
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.company_news_list h4 {
    font-size: 17px;
    margin-top: 5px;
}

.company_news_list li:hover::after {
    display: block;
}

.company_news_list li:hover h4 {
    color: #c7a77e;
}

.company_news_list+a {
    display: block;
    background: #c7a77e;
    color: #fff;
    font-size: 14px;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}

.faq_img {
    width: 370px;
    height: 181px;
}

.faq_img img {
    max-width: 370px;
    max-height: 181px;
}

.faq_list li {
    padding: 20px 0;
}

.faq_list li:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}

.faq_list li:hover h4 {
    color: #c7a77e;
}

.faq_list h4 {
    padding-left: 20px;
    color: #333333;
    font-size: 18px;
    border-left: 2px solid #c7a77e;
}

.faq_list h6 {
    margin-top: 20px;
    color: #666666;
    font-size: 14px;
}


/*process*/

.process_img {
    height: 550px;
    background: #c7a77e url(../images/process_img.jpg) no-repeat center;
}


/*sellwell*/


.sellwell_title {
    text-align: center;
    margin-bottom: 30px;
}

.sellwell_title p {
    font-size: 30px;
}

.sellwell_nr li {
    float: left;
    text-align: center;
    width: 220px;
    margin: 0 10px;
}

.sellwell_nr .imgs_box {
    width: 220px;
    height: 215px;
}

.sellwell_nr li img {
    max-width: 220px;
    max-height: 215px;
}

.sellwell_nr li p {
    padding-top: 10px;
}


/*foot*/

.foot {
    background: #f3f3f3;
    margin-top: 80px;
}

.foot_nav {
    background: url(../images/foot_nav.png) center no-repeat;
    height: 80px;
}

.foot_nav_nr {
    width: 1200px;
    margin: auto;
    height: 80px;
    line-height: 80px;
    color: #fff;
}

.foot_nav a {
    color: #fff;
    font-size: 18px;
    padding: 30px 46px;
}

.foot_nav a:last-child {
    padding: 30px 0px 30px 50px;
}

.foot_nav a:first-child {
    padding: 30px 50px 30px 0px;
}

.foot_nr {
    width: 1200px;
    margin: auto;
}

.foot_logo {
    float: left;
    width: 242px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 14px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.foot_logo img {
    display: block;
    margin: auto;
}

.foot_tel {
    float: left;
    color: #595959;
    line-height: 50px;
    font-size: 18px;
    margin-top: 64px;
    border-right: 1px #ccc solid;
    width: 420px;
    padding-right: 50px;
    padding-left: 50px;
    border-left: 1px #ccc solid;
    margin-left: 50px;
}

.foot_tel a {
    font-size: 16px;
}

.foot_ewm {
    padding-top: 50px;
    float: left;
}

.foot_ewm li {
    float: left;
    margin-left: 30px;
    text-align: center;
}

.foot_ewm li img {
    width: 114px;
    padding: 10px;
    background: #fff;
    border: 1px #ccc solid;
}

.foot_ewm li p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.foot_ms {
    font-size: 18px;
    text-align: center;
    border-top: 1px #ccc solid;
    height: 60px;
    line-height: 60px;
    color: #595959;
}

.foot_ms a {
    font-size: 18px;
    color: #595959;
}


/*page*/

.page {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.page li {
    float: left;
    border: 1px #b6b6b6 solid;
    margin: 5px 6px;
}

.page li a {
    color: #b6b6b6;
    display: block;
    padding: 5px 10px;
}

.page .thisclass {
    background: #c7a77e;
    border: #c7a77e 1px solid;
}

.page .thisclass a {
    color: #fff !important;
}

.page .pageinfo {
    padding: 5px;
    display: block;
}


/*position*/

.position {
    background: #f7f7f7;
    height: 58px;
    line-height: 58px;
    width: 100%;
    border-bottom: 1px #eee solid;
}

.position .w1200 {
    background: url(../images/position.png) no-repeat center left 18px;
    height: 100%;
    color: #999996;
    text-indent: 42px;
}

.position a {
    color: #999996;
    display: unset;
}


/*pagess*/

.pagess {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagess ul {}

.pagess ul li {
    float: left;
}

.pagess ul li:nth-child(3) a {
    margin-right: 0px !important;
}

.pagess ul li a {
    display: block;
    width: 180px;
    height: 50px;
    border: 1px #ddd solid;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 20px;
    transition: 0.3s;
}

.pagess ul li a:hover {
    background: #e6ba7b;
    border: 1px #e6ba7b solid;
    color: #fff;
    transition: 0.3s;
}



.pro_main { background-color:#fff;   zoom:1; padding:10px 5px; overflow:hidden;}
dl.pd_list_dl{float:left;width:370px;_display:inline;zoom:1;margin:10px 10px 20px 10px;}
dl.pd_list_dl dt{ overflow:hidden;}
dl.pd_list_dl dt img{display: block;width:370px;height:370px;transition: all 0.6s;}
dl.pd_list_dl dt img:hover{transform: scale(1.2);}
dl.pd_list_dl dd{ text-align:center; overflow:hidden;}
dl.pd_list_dl dd.dd01 a{display:block;height:46px;line-height: 46px;overflow: hidden;text-align: center; font-size: 18px; background:#C7A77E;
	color: #fff;}